home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / XML / TestRig.dfm / TestRig.txt
Encoding:
Text File  |  1999-07-05  |  510 b   |  28 lines

  1. object frmTestRig: TfrmTestRig
  2.   Left = 212
  3.   Top = 119
  4.   Width = 394
  5.   Height = 421
  6.   Caption = 'XML Test Rig'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TV: TTreeView
  18.     Left = 0
  19.     Top = 0
  20.     Width = 386
  21.     Height = 394
  22.     Align = alClient
  23.     Indent = 19
  24.     ReadOnly = True
  25.     TabOrder = 0
  26.   end
  27. end
  28.